home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
mac
/
Premiere 4.2 SDK r3 Mac
/
Examples
/
Projects
/
Pan
/
Pan.r
< prev
next >
Wrap
Text File
|
1996-01-25
|
1KB
|
40 lines
//========================================================================================
//
// Pan.r - Resources for the additive dissolve transition.
//
// Written by Bryan K. "Beaker" Ressler.
//
// Copyright ⌐ 1993-96, Adobe Systems Incorporated, all rights reserved worldwide.
//
// Version 1.00 10/20/93 Original version.
// Version 1.01 9/12/94 Updated for 4.0.
// Version 1.02 10/8/95 Updated for 4.2 and CW7.
//
//========================================================================================
//========================================================================================
// Includes
//========================================================================================
#include "PremiereBasic.r"
//========================================================================================
// Effect version
//========================================================================================
resource 'FXvs' (1000, "Version") {
1
};
//========================================================================================
// Animation resource
//========================================================================================
resource 'FltD' (1000, "") {
{
pdShort, 0,
};
};
//========================================================================================
// Pull in resources
//========================================================================================
include "Pan.rsrc";